home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
wil4c10.zip
/
FINGER16._M_
< prev
next >
Wrap
Text File
|
1997-07-26
|
681b
|
31 lines
#
# Microsoft makefile for FINGER [Win16]
#
# To use: "NMAKE FINGER16._M_"
#
CCFLAGS = -c -AS -G2sw -Oas -Zp
finger.exe: finger.res finger.obj finger.def wil16.lib \
about.obj async.obj paint.obj str.obj
link /NOD /NOE finger about async.obj paint str,,,libw slibcew wil16 winsock,finger.def;
rc finger.res
finger.res: finger.rc
rc -r finger.rc
about.obj: about.c about.h
cl $(CCFLAGS) about.c
async.obj: async.c async.h
cl $(CCFLAGS) async.c
paint.obj: paint.c paint.h wil.h
cl $(CCFLAGS) paint.c
str.obj: str.c str.h wil.h
cl $(CCFLAGS) str.c
finger.obj: finger.c wil.h
cl $(CCFLAGS) finger.c